# LSan suppressions for latte-sceneprobe, used only if someone opts into leak detection
# (ASAN_OPTIONS=detect_leaks=1 LSAN_OPTIONS=suppressions=<path>/suppressions.txt).
# The default gate runs with detect_leaks=0 because Qt and lavapipe are uninstrumented
# system libraries and would otherwise flood with untracked allocations.
# Add entries only for confirmed benign leaks, one reason per line.
# Format: leak:<substring of a frame in the leak's stack>
leak:libvulkan_lvp
leak:libLLVM
